PowerTools SPREAD for Windows Forms 8.0J
ConditionalFormattingModelEventArgs コンストラクタ(Int32,Int32,Int32,Int32,Int32,Int32,ConditionalFormattingModelEventType,ICollection<ConditionalFormatting>,ICollection<CellRange>)


行インデックス
列インデックス
行数
列数
ドロップ先の行インデックス
ドロップ先の列インデックス
条件付き書式モデルに発生した変更の種類。
影響を受けた条件付き書式。
影響を受けるセル範囲
シートの条件付き書式モデルに対して、新しいChangedイベント引数オブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal targetRow As Integer, _
   ByVal targetColumn As Integer, _
   ByVal type As ConditionalFormattingModelEventType, _
   ByVal affectedCFs As ICollection(Of ConditionalFormatting), _
   ByVal affectedCellranges As ICollection(Of CellRange) _
)
'使用法
 
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim targetRow As Integer
Dim targetColumn As Integer
Dim type As ConditionalFormattingModelEventType
Dim affectedCFs As ICollection(Of ConditionalFormatting)
Dim affectedCellranges As ICollection(Of CellRange)
 
Dim instance As New ConditionalFormattingModelEventArgs(row, column, rowCount, columnCount, targetRow, targetColumn, type, affectedCFs, affectedCellranges)

パラメータ

row
行インデックス
column
列インデックス
rowCount
行数
columnCount
列数
targetRow
ドロップ先の行インデックス
targetColumn
ドロップ先の列インデックス
type
条件付き書式モデルに発生した変更の種類。
affectedCFs
影響を受けた条件付き書式。
affectedCellranges
影響を受けるセル範囲
参照

ConditionalFormattingModelEventArgs クラス
ConditionalFormattingModelEventArgs メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.